home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- Cls
- Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- Echo * This Is An Example Of VIDEOCHK.COM and SETCOLOR.COM *
- Echo * *
- Echo * If The Mono Adapter Is In Use, The Screen Will Be Switched To *
- Echo * "REVERSE" Video. *
- Echo * *
- Echo * If The Color Adapter Is In Use, The ForeGround Will Be White *
- Echo * And The BackGround Color Will Be Blue. *
- Echo * *
- Echo * Press Any Key To Contine Processing *
- Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- Wait
- VideoChk
- If ErrorLevel 1 Goto Color
- :Mono
- SetColor 0 7
- Goto Done
- :Color
- SetColor 15 1
- :Done
- Echo Press The `0' Key To Continue Processing.....
- Wait 0
- Cls